Skip to main content

Series by ID

Series by ID

This script returns a Series struct for the given id, if it exists.

Parameters:

  • id: The id of the Series.

Returns: Golazos.SeriesData - The Golazos Series Data.

import Golazos from 0xGOLAZOSADDRESS

pub fun main(id: UInt64): Golazos.SeriesData {
return Golazos.getSeriesData(id: id)
}